ASP.NET Core MVC コントロールヘルプ
Bind(String,String) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartSeriesBaseBuilder<T,TControl,TBuilder> クラス > Bind メソッド : Bind(String,String) メソッド
Sets the name of the x data field.
The url of the action which is used for reading data
Bind data with specified x data field name and the url of the action which is used for reading data.
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal xDataFieldName As System.String, _
   ByVal readActionUrl As System.String _
) As TBuilder
public TBuilder Bind( 
   System.string xDataFieldName,
   System.string readActionUrl
)

パラメータ

xDataFieldName
Sets the name of the x data field.
readActionUrl
The url of the action which is used for reading data

戻り値の型

Current builder
参照

ChartSeriesBaseBuilder<T,TControl,TBuilder> クラス
ChartSeriesBaseBuilder<T,TControl,TBuilder> メンバ
オーバーロード一覧